@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');


:root {
    --purple-primary: #7C3AED;
    --purple-dark: #4C1D95;
    --purple-dark-bg: #4C1D9550;
    --purple-light: #A78BFA;
    --purple-glow: #8B5CF6;
    --bg-dark: #0F0F14;
    --bg-card: #1A1A24;
    --text-primary: #FFFFFF;
    --text-secondary: #A1A1AA;
    --max-width-content: 1256px;
}

*{
    margin:0;
    padding: 0;
}

html, body{
    background: var(--bg-dark);
    color: var(--text-primary);
    font-family: Inter;
}

html {
  scroll-behavior: smooth;
}



a{
    text-decoration: none;
    cursor: pointer;
}

a:hover{
    opacity: .5;
}

h1, h2, a, button{
    font-family: Space Grotesk;    
}

/* ==================================================================== */

/* header */

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px); 
}

header div{
    max-width: var(--max-width-content);
    width: calc(100% - 64px);
    padding: 12px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

nav{
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-crie-seu-agente{
    max-height: 64px;    
}

.small-link-crie-seu-agente{
    padding: 8px 24px;
    border-radius: 32px;
    background: linear-gradient(145deg, var(--purple-light), var(--purple-primary));
}

/* fim */

/* ==================================================================== */

/* section */

section{
    padding: 80px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* fim */

/* ==================================================================== */

/* iframe */

.iframe-crie-seu-agente{
    width: 100%;
    height: 100%;
    max-height: 324px;
    margin: auto 0;
    border-radius: 32px;
}

/* fim */

/* ==================================================================== */

/* divider */

.divider-gradient{
    width: 100%;
    padding: 0 !important;
}

.divider-gradient div{
    width: 100%;
    max-width: 600px;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--purple-light), transparent);
    
}

/* fim */

/* ==================================================================== */

/* badge-crie-seu-agente */

.badge-crie-seu-agente{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    gap: 16px;
    border-radius: 32px;
    border: solid 1px var(--purple-primary);
    background: #a855f71a;
    padding: 8px 16px;
}

.dot-crie-seu-agente {
  width: 8px;
  height: 8px;
  background-color: #22c55e;
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

.badge-green-crie-seu-agente{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    gap: 16px;
    border-radius: 32px;
    border: solid 1px rgba(34, 197, 94, .2);
    background: #22c55e1a;
    padding: 8px 16px;
    margin: 0 auto;
}

@keyframes pulse {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

.wpcf7-response-output{
	display:none;
}

/* fim */

/* ==================================================================== */

/* text gradient */

.text-gradient,
.gradient-text,
.gradient-text-crie-seu-agente{
    background: linear-gradient(135deg, var(--purple-light) 0%, var(--purple-primary) 50%, var(--purple-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* fim */

/* ==================================================================== */

/* botao primario */

.btn-prim-crie-seu-agente{
    font-size: 18px;
    padding: 16px 32px;
    color: #fff;
    font-weight: bold;
    border-radius: 32px;
    background: linear-gradient(145deg, var(--purple-light), var(--purple-primary));
    animation: purplePulse 4s ease-in-out infinite;
}

@keyframes purplePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(139, 92, 246, 0.6);
  }
  50% {
    box-shadow: 0 0 12px 6px rgba(139, 92, 246, 0.35);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(139, 92, 246, 0.6);
  }
}

/* fim */

/* ==================================================================== */

/* botao secundario */

.btn-sec-crie-seu-agente{
    font-size: 18px;
    padding: 15px 31px;
    color: #fff;
    font-weight: bold;
    border-radius: 32px;
    background:  transparent;
    border: solid 1px var(--purple-primary);
}

/* fim */

/* ==================================================================== */

/* divider full */

.divider-full-crie-seu-agente{
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: .1;
}

/* fim */

/* ==================================================================== */

/* fontes */

.font-size60{
    font-size: 60px;
    line-height: 68px;
}

.font-size48{
    font-size: 48px;
}

.font-size36{
    font-size: 36px;
}

.font-size30{
    font-size: 30px;
}

.font-size24{
    font-size: 24px;
}

.font-size20{
    font-size: 20px;
}

.font-size16{
    font-size: 16px;
}

.font-size14{
    font-size: 14px;
}

.font-size12{
    font-size: 12px;
}

.bold{
    font-weight: bold;
}

.color-fff{
    color: #fff;
}

.color-d8b4fe{
    color: #d8b4fe;
}

.color-9ca3af{
    color: #9ca3af;
}

.color-9ca3a4{
    color: #9ca3a4;
}

.color-6b7280{
    color: #6b7280;
}

.color-86efac{
    color: #86efac;
}

.color-687280{
    color: #687280;
}

.display-flex-16{
    display: flex;
    gap: 16px;
}

.display-flex-16-btns{
    display: flex;
    gap: 16px;
}

.display-flex-32{
    display: flex;
    gap: 32px;
}

/* fim */

/* ==================================================================== */

/* hero-section-crie-seu-agente */

.hero-section-crie-seu-agente {
  padding-top: calc(80px + 64px) !important;
  border-radius: 0 0 64px 64px;

  background: linear-gradient(
    135deg,
    var(--bg-dark),
    var(--purple-dark-bg),
    var(--bg-dark)
  );

  background-size: 400% 400%;
  animation: gradientFlow 9s ease-in-out infinite;
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.content-hero-section-crie-seu-agente{
    max-width: var(--max-width-content);
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.info-content-hero-section-crie-seu-agente{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* fim */

/* ==================================================================== */

/* form-section-crie-seu-agente */

#form-section-crie-seu-agente{
  scroll-margin-top: 80px; 
}

@media (max-width: 600px)
	#form-section-crie-seu-agente[
		scroll-margin-top: 40px; 
	]

.wpcf7{
    background: #1a1a24;
    border-radius: 32px;
    border: solid 1px rgba(168,85,247,.2);
    box-shadow: 0 0 60px rgba(124, 58, 237, .3), 0 0 120px rgba(124, 58, 237, .1);
    padding: 40px;
}

.hidden-fields-container{
    opacity: 0;
}

.wpcf7 .font-size30,
.wpcf7 .font-size14{
    text-align: center !important;
    display: flex;
    margin: 0 auto;
}

.wpcf7 p{
    margin-bottom: 16px !important;
}

.nome-completo,
.nome-empresa,
.whatsapp{
    padding: 12px 16px;
    background: transparent;
    color: #ffffff70;
    font-size: 20px;
    border-radius: 12px;
    border: solid 1px rgba(168,85,247,.15);
    width: calc(100% - 32px);
    margin-top: 8px;
}

.select-segmento{
    padding: 12px 16px;
    background: transparent;
    color: #ffffff70;
    font-size: 20px;
    border-radius: 12px;
    border: solid 1px rgba(168,85,247,.15);
    width: 100%;
    margin-top: 8px;

}

.select-segmento option{
    color: #000;
}

.wpcf7-submit{
    font-size: 18px;
    padding: 16px 32px;
    border: none;
    outline: none;
    width: 100%;
    color: #fff;
    font-weight: bold;
    border-radius: 32px;
    background: linear-gradient(145deg, var(--purple-light), var(--purple-primary));
    animation: purplePulse 4s ease-in-out infinite;
    margin-bottom: 16px;
    cursor: pointer;
}

.wpcf7-submit:hover{
    opacity: .5;
}

.screen-reader-response{
    display: none;
}

.wpcf7-not-valid-tip{
    font-size: 14px;
    color: red;
    margin-bottom: 20px;
}

.wpcf7-form-control-wrap{
    margin-bottom: 16px !important
}
/* fim */

.wpcf7-response-output{
    border: solid 1px #fff;
    padding: 10px 20px;
    border-radius: 12px;
    opacity: .5;
}

/* ==================================================================== */

/* problems-section-crie-seu-agente */

#problems-section-crie-seu-agente{
  scroll-margin-top: 80px; 
}

.problems-section-crie-seu-agente
.content-section-problems-crie-seu-agente{
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: var(--max-width-content);
    justify-content: center;
}

.content-section-problems-crie-seu-agente h2{
    text-align: center;
}

.grid-problems-crie-seu-agente{
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}

.box-grid-problems-crie-seu-agente.box-problem-red{
    max-width: 324px;
    background: #1a1a2480;
    border: solid 1px rgba(239, 68, 68, 0.2);
    padding: 24px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    
}

.box-problem-red .svg-container-problems-crie-seu-agente{
    background: #ef44441a;
    border-radius: 16px;
    padding: 12px;
    max-width: max-content;
}

.box-problem-red .svg-container-problems-crie-seu-agente svg{
    width: 28px;
    height: 28px;
    fill: #f87171;
}

.box-grid-problems-crie-seu-agente.box-problem-purple{
    max-width: 324px;
    width: calc(100% - 48px);
    background: #1a1a2480;
    border: solid 1px rgba(168, 85, 247, 0.3);
    padding: 24px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    
}

.box-problem-purple .svg-container-problems-crie-seu-agente{
    background: #a855f71a;
    border-radius: 16px;
    padding: 12px;
    max-width: max-content;
}

.box-problem-purple .svg-container-problems-crie-seu-agente svg{
    width: 28px;
    height: 28px;
    fill: #c084fc;
}

/* fim */

/* ==================================================================== */

/* features-section-crie-seu-agente */

.features-section-crie-seu-agente
.content-features-crie-seu-agente{
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: var(--max-width-content);
    justify-content: center;
}

.content-features-crie-seu-agente .title-content-features-crie-seu-agente h2{
    text-align: center;
    margin-bottom: 24px;
}

.content-features-crie-seu-agente .title-content-features-crie-seu-agente p {
    text-align: center;
}

.grid-features-crie-seu-agente{
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.box-grid-features-crie-seu-agente{
    max-width: 496px;
    width: calc(100% - 48px);
    background: #1a1a2480;
    border: solid 1px rgba(168, 85, 247, 0.3);
    padding: 24px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.svg-box-grid-features-crie-seu-agente{
    background: #a855f71a;
    border-radius: 16px;
    padding: 12px;
    max-width: max-content;
}

.svg-box-grid-features-crie-seu-agente svg{
    width: 28px;
    height: 28px;
    fill: #c084fc;
}

/* fim */

/* ==================================================================== */

/* why-section-crie-seu-agente */

.content-why-section-crie-seu-agente{
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: var(--max-width-content);
    justify-content: center;
}

.content-why-section-crie-seu-agente h2{
    text-align: center;
}

.grid-content-why-crie-seu-agente{
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.box-grid-why-crie-seu-agente.red-why{
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    border: solid 1px rgba(239, 68, 68, .2);
    background: rgba(26, 26, 36, .5);
    border-radius: 24px;
}

.red-why .title-box-why-crie-seu-agente{
    color: #f87171;   
}

.box-grid-why-crie-seu-agente.purple-why{
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    border: solid 1px rgba(168, 85, 247, .3);
    background: rgba(124, 58, 237, .1);
    border-radius: 24px;
    box-shadow: 0 0 60px rgba(124, 58, 237, .3), 0 0 120px rgba(124, 58, 237, .1);
}

.list-box-why-crie-seu-agente p {
    display: flex;
    align-items: center;
    gap: 12px
}

.list-box-why-crie-seu-agente svg{
    display: flex
}
/* fim */

/* ==================================================================== */

/* steps-section-crie-seu-agente */

#steps-section-crie-seu-agente{
  scroll-margin-top: 80px; 
}

@media (max-width: 600px)
	#steps-section-crie-seu-agente[
		scroll-margin-top: 40px; 
	]
.content-steps-section-crie-seu-agente{
    display: flex;
    flex-direction: column;
    gap: 64px;
    max-width: var(--max-width-content);
    justify-content: center;
}

.content-steps-section-crie-seu-agente h2{
    text-align: center;
}

.grid-content-steps-crie-seu-agente{
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
}

.box-grid-steps-crie-seu-agente{
    max-width: 277px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.box-number-step-crie-seu-agente{
    width: 80px;
    height: 80px;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(145deg, var(--purple-primary), var(--purple-light));
    box-shadow: 0 0 60px rgba(124, 58, 237, .3), 0 0 120px rgba(124, 58, 237, .1);

}

/* fim */

/* ==================================================================== */

/* testimonials-section-crie-seu-agente */

.content-testimonials-section-crie-seu-agente{
    display: flex;
    flex-direction: column;
    gap: 64px;
    max-width: var(--max-width-content);
    justify-content: center;
}

.content-testimonials-section-crie-seu-agente h2{
    text-align: center;
}

.grid-logos-testimonials-crie-seu-agente{
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 32px;
}



.grid-logos-testimonials-crie-seu-agente img{
    width: auto;
	height: 45px;
    margin: 0 auto;
}

.logo-laon{
	max-height: 35px !important; 
}

.grid-testimonials-crie-seu-agente{
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}

.box-testimonials-crie-seu-agente{
    padding: 24px;
    border-radius: 24px;
    background: #1a1a2480;
    border: solid 1px rgba(168, 85, 247, .1);
    display: flex;
    flex-direction: column;
    gap: 24px
}

.user-box-testimonials-crie-seu-agente{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px
}

.avatar-testimonials-crie-seu-agente{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #d8b4fe;
    background: #a855f733;
}

.infos-user-testimonials-crie-seu-agente{
    display: flex;
    flex-direction: column;
}


.grid-metrics-testimonials-crie-seu-agente{
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 32px;    
}

.box-metrics-testimonials-crie-seu-agente{
    padding: 24px;
    width: 200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 24px;
    background: #1a1a244d;
    border-radius: 24px;
}

/* fim */

/* ==================================================================== */

/* section-cta-block-crie-seu-agente */
.content-cta-block-crie-seu-agente{
    max-width: 768px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
}

.content-cta-block-crie-seu-agente h2{
    text-align: center;
}

.box-cta-block-crie-seu-agente{
    border: solid 1px rgba(168, 85, 247, .3);
    background: linear-gradient(to bottom, #1a1a24, rgba(88, 28, 135, .3));
    box-shadow: 0 0 60px rgba(124, 58, 237, .3), 0 0 120px rgba(124, 58, 237, .1);
    border-radius: 32px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    align-items: center;
    max-width: 768px;
    width: calc(100% - 64px);
}

.grid-box-cta-block-crie-seu-agente{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.list-box-cta-block-crie-seu-agente{
    display: flex;
    align-items: center;
    gap: 16px;
}

.content-cta-block-crie-seu-agente .btn-prim-crie-seu-agente{
    max-width: max-content;
}

/* fim */

/* ==================================================================== */

/* faq-section-crie-seu-agente */

.content-faq-crie-seu-agente{
    max-width: 768px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
}

.content-faq-crie-seu-agente h2{
    text-align: center;
}

.faq-container {
  width: 100%;
  max-width: 800px;
}

.faq-item {
  background: linear-gradient(145deg, #111122, #0d0d1a);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 14px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active {
  border-color: #8B5CF6;
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.3);
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  padding: 20px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-icon {
  font-size: 20px;
  font-weight: bold;
  color: #8B5CF6;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 20px;
}

.faq-answer p{
    padding-bottom: 24px;
}

/* fim */

/* ==================================================================== */

/* content-cta-footer-crie-seu-agente */

.content-cta-footer-crie-seu-agente{
    max-width: 768px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;   
}

.content-cta-footer-crie-seu-agente h2,
.content-cta-footer-crie-seu-agente p{
    text-align: center;
}

.content-cta-footer-crie-seu-agente .btn-prim-crie-seu-agente{
    transform: scale(1.1);
    margin-top: 24px;
}

/* fim */

/* ==================================================================== */

/* footer-crie-seu-agente */

.footer-crie-seu-agente{
    width: 100%;
    display: flex;  
    align-items: center;
    justify-content: center;    
    padding: 16px 0;
    border-top: solid 1px var(--bg-card);
}

.footer-crie-seu-agente div{
    display: flex;
    width: 100%;
    max-width: var(--max-width-content);
    justify-content: space-between;
    align-items: center;
}

@media(max-width: 1000px){
    .font-size60{
        font-size: 48px;
        line-height: 52px;
    }
    
    .display-flex-16-btns{
        flex-direction: column;
    }
    
    section{
        padding-left: 32px;
        padding-right: 32px;
        width: calc(100% - 64px);
    }
    
    .hero-section-crie-seu-agente {
        padding-top: calc(80px + 32px) !important;
    }
    .content-hero-section-crie-seu-agente,
    .grid-problems-crie-seu-agente,
    .grid-features-crie-seu-agente,
    .grid-content-why-crie-seu-agente,
    .grid-content-steps-crie-seu-agente,
    .grid-testimonials-crie-seu-agente,
    .grid-logos-testimonials-crie-seu-agente,
    .grid-metrics-testimonials-crie-seu-agente{
        grid-template-columns: 1fr;
    }
    
    .box-grid-steps-crie-seu-agente{
        margin: 0 auto;
    }
}




